testing.common.log (method)

9 uses

	testing (current package)
		testing.go#L1045: func (c *common) log(s string) {
		testing.go#L1087: 	c.log(fmt.Sprintln(args...))
		testing.go#L1097: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L1103: 	c.log(fmt.Sprintln(args...))
		testing.go#L1110: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L1117: 	c.log(fmt.Sprintln(args...))
		testing.go#L1124: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L1131: 	c.log(fmt.Sprintln(args...))
		testing.go#L1138: 	c.log(fmt.Sprintf(format, args...))